NDocumentFormatRegistry<TDocumentFormat> Class Methods
In This Topic
For a list of all members of this type, see NDocumentFormatRegistry<TDocumentFormat> members.
Public Methods
| | Name | Description |
 | FilterDocumentFormat | Returns true if the document format can be processed. |
 | GetAllFileTypes | Overloaded. Gets the file types of all supported formats. |
 | GetByName | Returns the document format with the given name or null if no such document format is registered. |
 | GetFromExtensionAndHeader | Overloaded. Gets a document format from the specified extension and header. |
 | GetFromFileAsync | Gets the document format from the specified file. If the file format couldn't be recognized from the given file, the default file format of the document registry is returned. |
 | GetFromFileWithScoreAsync | Gets the document format from the specified file name. |
 | GetFromMimeType | |
 | GetFromStream | Gets the document format from the specified stream. |
Top
Protected Methods
See Also